GrapeCity InputMan for Windows Forms 11.0J
Item プロパティ (CollectionBase<T>)

インデックスを表すInt32値。
コレクション内の指定のインデックス位置にある項目を取得または設定します。
シンタックス
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

パラメータ

index
インデックスを表すInt32値。
例外
例外解説
System.ArgumentOutOfRangeException indexパラメーターが、コレクションの有効なインデックスの範囲から外れています。
参照

参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.